When booting via xm, only run the bootloader if it's in non-interactive mode:
authorTim Deegan <Tim.Deegan@xensource.com>
Tue, 9 Jan 2007 13:24:45 +0000 (13:24 +0000)
committerTim Deegan <Tim.Deegan@xensource.com>
Tue, 9 Jan 2007 13:24:45 +0000 (13:24 +0000)
commitdb442369b3747f1d4be9b31d9ff459536e2a0a4b
tree9c21aff0e00d2b2dacad4953ee3957a1d99c0f28
parent38d6397a83af62e5036a09815552d12c416e803b
When booting via xm, only run the bootloader if it's in non-interactive mode:
otherwise we lose the user's named kernel and try to bootload the temporary
file pygrub returned.

Signed-off-by: John Levon <john.levon@sun.com>
tools/python/xen/xm/create.py